createVaultAppRole

Create a new Vault App Role

Format

udclient [global-args...] [global-flags...]
  createVaultAppRole [JSON file]

Parameters

None.

Template

This command takes a JSON request string or file. Use the following template for the request:
{
  "name": "The Vault App Role Name (Required, Unique per 
  Vault store)",
  "roleId": "The Vault Role ID (Required)",
  "secretId": "The Vault Secret ID (Required)",
  "store": "Name/ID of the Vault store (Required)"
}

Related REST command: Create a new Vault App Role.